home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg0405.dxr / 00004-5 Scripts Int_126_FS My Teet Key Frame Exitframe Script.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  133 b   |  9 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if the movieTime of sprite 1 >= 1600 then
  4.     go(marker(1))
  5.   else
  6.     go(marker(0))
  7.   end if
  8. end
  9.